func internal/profile.encodeUint64

6 uses

	internal/profile (current package)
		proto.go#L63: func encodeUint64(b *buffer, tag int, x uint64) {
		proto.go#L85: 		encodeUint64(b, tag, u)
		proto.go#L93: 	encodeUint64(b, tag, x)
		proto.go#L98: 	encodeUint64(b, tag, u)
		proto.go#L148: 		encodeUint64(b, tag, 1)
		proto.go#L150: 		encodeUint64(b, tag, 0)